Price Volume - Development BranchPrice*volume.
Not going to give out access, this is for development recording only, please don't ask. Eventually to be merged to OSI.
[i]price
Trader Set - Ergodic MomentumThis is a price momentum indicator that is based on Ergodic formula (TSI), but the formula is tweaked and different types of averaging is allowed. by changing the type of average calculation and some predefined values (totally different from what is suggested by now) we get a nasty indicator that can easily be used both for cycle observation side by side with momentum of the price itself !
Please don't contact me for getting access, these tools are available for my students only. These are part of my "methodology" that I teach. The English version of the website and learning material is under development and I will announce it under each related script when they are ready so that those who are interested can participate in the course.
The Normalizer [BVCC]The Normalizer adds an indicator to your chart with the option to view regular Volume, normalized Volume or normalized price.
Normalized Volume divides the current Volume bar into a moving average and multiplies by 100. The resulting plot is a histogram showing how far above or below the moving average that volume bar was.
Normalized Price does the exact same thing, but uses the close price of the current candle.
The result of a normalized bar chart is that sometimes activities of unusually low or high patterns can be seen that are not obvious when looking at the standard data points.
Customizable Settings include;
1) Check/Uncheck the first box to set the view to Volume or Price
2) Check 'Normalize' when on Volume to toggle between standard Volume and Normalized Volume
3) Price is always Normalized
4) Normalization is calculated from the SMA and the default is set to 9 - John Bollinger suggest setting this to 50
5) Normalization period can be set with the 'Period' option
This indicator was created for members of the BVCC trading community as an example of the normalization methods described in John Bollinger's "Bollinger on Bollinger Bands". Mr. Bollinger talks extensively about normalization and specifically volume normalization. I added the price normalization as a fun bonus just because. :)
Weekdays HeatmapA utility tool for getting interesting weekdays statistics.
Features
26 sources (standard prices, volumes, ranges)
Readable and optimized code
How to interpret
The darker the color, the stronger the weekday dominance
Supported sources/metrics
open
high
low
close
oo2 , (open + previous open) / 2
oh2 , (open + high) / 2
ol2 , (open + low) / 2
oc2 , (open + close) / 2
hh2 , (high + previous high) / 2
hl2 , median price
hc2 , (high + close) / 2
ll2 , (low + previous low) / 2
lc2 , (low + close) / 2
cc2 , (close + previous close) / 2
hlc3 , typical price
ohlc4
weighted close , (2 * close + high + low) / 4
true range
double true range , by Cynthia Kase
open/close range
high/low range
volume
tick volume
net volume
on balance volume
acc/dist , accumulation/distribution line
price volume trend
trade value , volume * close * pipvalue
How to get access
PM me for more details
Trader Set - Volume Price MomentumThis is the latest tool in my methodology, a momentum indicator that combines PRICE and VOLUME.
There are two modes that you can use this : Normal, and Power Of Two. In the picture, the top one is set to normal, as you can see, it goes in the negative zone on each retrace, on the bottom one, we set it to the power of two mode, it still shows the same divergence in momentum vs price move but there is no negative section, instead, it only shows the POWER of the momentum without any direction indication.
Please don't contact me for getting access to these tools, they are only available to my students. Right now, the English version of the website and learning material is under development. The moment they are ready, I will announce it under every related script in the comment section.
Earnings Support and Resistance Levels [NeoButane]Inspired by @LazyBear's/@timwest's script:
Usage: support and resistance levels based on averaging price around earnings and quarterly opens.
What it is plotting:
1. A horizontal level whenever earnings occur. If actual earnings is higher than estimated, the line turns green, else red.
2. A horizontal level every quarterly open, colored black.
3. An average between the two mentioned above, colored orange.
4. 5% moves away from 3M open and earnings
5. Misc: 5% move away from that 5% move away, then 10% move away from the 2nd 5% move away.
By default, 4 and 5 are off to reduce visual noise.
Idea: Traders panic around certain dates that always happen, and traders always panic in the wrong direction. The market is composed of traders trading in the wrong direction at the same time, all the time. That means price will bounce back and forth as the gambling dens colloquially known as 'forex brokerages' or 'stock exchanges' take your money in the form of fees, time, and liquidations. So I put two lines on the chart and put one right in between, because it always goes back. I hope you can find it useful!
Note: This was a part of the old fundamental data indicators and is not officially for use, so while it should work on most U.S. stocks and a couple of other exchanges, it is not perfect.
[IE] RSI - BEAR/BULL - DivergencesDetect divergences in price and RSI.
Also mark overbought and oversold RSI.
Useful for scalps.
Contact in private for access
Ultimate Money Flow (UMF), Stoch, Multi Time Frame (MTF) [cI8DH]This indicator adds stochastic, multi time frame, signal line, histogram, and bar coloring options to my previous indicators. It can also replicate standard Money Flow Index ( MFI ), Chaikin's Accumulation/Distribution Line ( ADL ), On Balance Volume ( OBV ) and Price-Volume Trend ( PVT ). This indicator can be used for analyzing momentum, buy/sell pressure, overbought/oversold conditions, and trendiness/choppiness, as well as identifying swings (stoch). Chart below shows example multi-TF setup with bar coloring.
For analyzing price, I made a similar indicator based on Absolute and Relative Strength Indices, which you can find in the link below.
Equation
Here is part of the code used in the script: pastebin.com
Standard MFI, OBV, ADL and PVT
To validate the calculations, I stacked UMF on MFI, OBV, ADL, and PVT in the chart below (100% overlaps validate the calculations). It also shows how you can replicate these indicator if you'd like to use them, or if you want to make your own custom indicator by combining features from different indicators. I do not recommend MFI, ADL or OBV; read "why invent a new indicator" section below. (bear in mind that MFI scale is 0-100, while UMF scales is -100 to 100)
Money Flow based on "Balance of Power" (this is the default mode)
Balance of Power (BoP) equation is: (close - open) / (high - low)
In my opinion, BoP is the most accurate equation to measure the amount of volume accumulated or distributed. I used BoP in my previous open source indicators ADV , ADL , ADP and ADMF . I applied the "True Range" fix to BoP equation similar to what Twiggs did on CMF .
Aggregation Method
By changing aggregation methods, you can replicate my previous indicators which are also linked at the bottom of this page. Please read more about their applications in their respective pages.
aggregation method = Cumulative => ADL indicator: accumulation/distribution (price factoring should be turned off)
aggregation method = MA => ADMF indicator: accurate buy/sell pressure, momentum and divergence
aggregation method = MA Percent => ADP indicator: overbought/oversold conditions, buy/sell pressure, momentum and divergence, failure swings
Smoothing, signal line and histogram to detect trend and choppiness
You can apply additional smoothing to UMF. Also, you can add a signal line and histogram (histogram is the difference between main line and signal line). To do so, set the signal length to a number greater than one. Signal line can help you detect changes in trend similar to the signal line on MACD. If signal line criss-crosses UMF, it shows market is choppy. The worst case is when this criss-crossing coincides with UMF flattening near neutral line and histogram height is short; that means market is ded (until it is not; expansion following a contraction period is a common phenomena)! (Bear in mind that histogram will not show in stoch mode.)
Stochastic
To enable stoch, change the stoch length to a number greater than 1 (default stoch length for the built-in stoch RSI is 14). This length should be calibrated depending on TF and asset. If done correctly, it can be a powerful tool for identifying swings. Stoch can be combined with any aggregation method. I recommend using stoch with MA or cumulative aggregation methods. For conventional uses of stochastic, please read www.tradingview.com(STOCH) and www.tradingview.com(STOCH_RSI).
Experimental Bar coloring Feature
There is an option to color bars depending on UMF's position relative to the signal line. If both TFs are used in coloring and they are in disagreement, the TF with greater histogram height wins. There are two shades of green and red. The darker shade means both TFs agree. If you use the signal line, bar coloring can help with calibrating the indicator (play with parameters until you see a good looking chart i.e. a lot of green candles followed by a lot of red candles in a row). Please note that bar colors might change until candle(s) close(s). The bar coloring rules will most likely change in the future.
Notes
- Uncheck "Factor Price" for Bitmex or any other exchange that shows volume in terms of money.
- UMF is a replacement to ADP , ADMF and ADL , so no more updates for the old indicators!
- Smooth MA length N = EMA length 2*N-1
- Combined tickers, e.g. (COINBASE:BTCUSD+BITSTAMP:BTCUSD+KRAKEN:XBTUSD)/3, can mitigate inconsistency issues between different exchanges (I recommend not mixing USD and USDT pairs together)
Why invent a new indicator
I have spent a great deal of time to find the best equation that represents accumulation/distribution. Each of the well-known methods have a major flaw.
- Winner-take-all problem
MFI, OBV and to some extent Williams AD assign accumulation or distribution based on the direction of change in price. They don't account for the amount of change. That means the indicator does not differentiate between a full candle and a doji candle.
- Extreme divergence problem
Chaikin tried to avoid winner-take-all problem. However, he ended up with a solution that, in my opinion, is even worse. A big flaw of Chaikin's indicators is that they can diverge too much from price. Most responsive indicators in this class, require at least two candles to diverge from price, but CMF/ADL can diverge in a single candle. Chaikin used the same component ( aka Chaikin's money flow multiplier) in both CMF and ADL. CMF 's flaws may not be as visible because it is a normalized oscillator. However, this common flaw is more evident in accum/dist indicator which keeps all past information in its memory. As you can see in the chart below, accum/dist is constantly rising during an obviously distribution period.
ADV (Volume)
ADP
ADMF
ADL
Please give a like, and share the interesting configurations you find in the comments.
Real Price for Heikin Ashi ChartsThe indicator is in the top left of the screen! That's all there is, by design.
This is a super simple indicator that allows you to see what the real price of a candle was when using Heikin Ashi charts, while not cluttering up your screen.
HA charts are a great way to help those who can be spooked by the chaos of the markets (I'm one!), but they have a big drawback in that the price you see on a HA candle is often significantly different from the real price that you would trade on. This brings issues of unrealistic expectations of profits/losses, and also makes back testing a strategy very difficult. I still wouldn't recommend ever using TradingView's "strategy" tool when using HA charts, but using this indicator you can do accurate manual back tests.
There's nothing plotted on the screen given that there's no real point in it, but you can make the lines appear if you wish - just go into settings and change the transparency.
The order of the numbers on the indicator match the OHLC (Open, High, Low, Close) format.
There's also settings to turn off one or more of the OHLC values, simply open the settings and go to Inputs. This could be useful for some people, as the High and Low values of HA candles are the same as regular candles. Only the Open and Close are different.
Any queries let me know.
DreamsDefined
.BXBT Bitcoin Price Index for BitMEX - Gyro.BXBT script as seen on the BitMEX built-in chart.
This is not created by, authorized by or in any type of affiliation with BitMEX whatsoever.
This is not financial advice. Use at your own risk.
Tips are appreciated if you find this useful:
BTC: 15BtFGxY8Q4jybcnpVAc3r8yJDyRrPre1n
LTC: LhR5LW8qQ5byZvYkUeRR4njBDTxtCZynuk
Thanks
Bitcoin Studies (NVT et. al) [NeoButane]Currently studying the effect of NVT on price action and volume.
Matrix. PA tool for analyzing the time on charts that can come in and out of the last time for open price, high, low, close and trading volume.
The idea began with the phrase, "Our past is our future."
Volatility IndicatorThe Volatility Index measures the market volatility by plotting a smoothed average of the True Range.
Based on HPotter's idea (),
it returns an average of the TrueRange over a specific number of bars.
Here the result is passed through the Fisher's transform and normalized to 0/1-range.
This indicator may be used to identify stretches in the price movements, suitable for entry.
Price Change HistoryDisplay a histogram of price changes over a given interval. Show change as a percentage or in dollar amount. Highlight changes that exceed a particular value.
Volume Plus (Volume+)View Total Volume, Bull Volume, and/or Bear Volume. View Volume Effectiveness to reveal how Volume has effected the price. View the Moving Average of any of the above metrics, selecting one or more types of moving averages(SMA, EMA, RMA, SWMA, VWMA, WMA, or ALMA). Create nearly infinite crossovers by activating the Secondary Moving Average and choosing a longer or shorter Length. Use the highlighter to quickly filter out noise and focus the events you're searching for, by choosing one or more highlight-scenarios from the Highlighting Menu. Use the Average Amplifier to fine tune your Highlighting results.
Use as an ordinary Volume Indicator
Show the Bullish volume within Total Volume
Show the Bearish volume within Total Volume
Show the Bullish and Bearish volume simultaneously within Total Volume
Create crossovers like this one, Bullish Volume Average with Bearish Volume Average
Show the gas mileage of volume, the Volume Effectiveness
Create crossovers like this, Volume Effectiveness 14 with Volume Effectiveness 60
Use Amplifiers to show things that are usually out of scale with one another, like Volume Effectiveness with Volume
Use the Highlighter to show anything, like here, when Bearish Volume was above average AND Volume Effectiveness was under average
From left to right, the Indicator Values are as follows:
1) Total True Volume (red, green, or gray when viewed alongside Bulls/Bears)
2) Volume Winner - Bulls v/s Bears (red or green)
3) Volume Loser - Bulls v/s Bears (red or green)
4) Volume Effectiveness (blue)
5) Design Spacer - Ignore This (green)
6) Design Spacer - Ignore This (red)
7) Total True Volume Primary Moving Average (dark gray)
8) Total True Volume Secondary Moving Average (dark gray)
9) Inferred Bullish Volume Primary Moving Average (dark green)
10) Inferred Bullish Volume Secondary Moving Average (dark green)
11) Inferred Bearish Volume Primary Moving Average (dark red)
12) Inferred Bearish Volume Secondary Moving Average (dark red)
13) Volume Effectiveness Primary Moving Average (blue)
14) Volume Effectiveness Secondary Moving Average (blue)
Click the sprocket and you'll find the following settings (which are explained below):
Total True Volume - This is your everyday, ordinary volume indicator, a total sum of the volume from each candle.
Inferred Bullish Volume - This subtracts Bearish Volume out of the Total True Volume. But without the bull-volume data from the exchange, we can only forensically infer the bullish volume by evaluating OHLC data to guess what ratio of upward v/s downward movement happened within the candle.
Inferred Bearish Volume - This subtracts Bullish Volume out of the Total True Volume. But without the bear-volume data from the exchange, we can only forensically infer the bearish volume by evaluating OHLC data to guess what ratio of downward v/s upward movement happened within the candle.
Volume Effectiveness - This shows how much price movement occurred for each unit of Volume, by dividing the Price Change of each candle by the Total True Volume of each candle. If this volume were gas-mileage, then Volume would be the gas and Price would be the mileage.
• Inferred Effectiveness - Rather than using the Price Change divided by the Total True Volume, this method of determining Volume Effectiveness uses the Total Price-Mileage divided by the Total True Volume. The Total Price-Mileage is determined by figuring the high minus low, the wick times two, and the tail times two, and ad
Percent change bar chart Strategy This histogram displays price or % change from previous bar.
WARNING:
- This script to change bars colors.
Modified Price-Volume Trend Strategy The related article is copyrighted material from
Stocks & Commodities.
Strategy by HPotter.
WARNING:
- This script to change bars colors.
Double Inside Bar FinderHighlights in blue when an inside bar follows an inside bar. Double inside bars (when used on the daily timeframe) are a way of easily finding equilibrium patterns (i.e. pennant shaped price action) on lower time frames. There is usually a strong move in whatever direction these patterns break, so good to have alerts set up for your favourite markets.
PA Patterns Multi CRYPTOThis is the version for cryptocurrencies of my scanner for forex majors
The scope of this script is to work as a scanner of pin bars and engulfing candles of the crypto market.
Best to use with time frames Daily and 4h, lower timeframes gives too many results and may be noisy without trend filter.
Next improvement will be:
- To display in a better way the results, but actually you have to zoom in and out if some results are overlapping.
As the other one, this has alerts and trend filter.
If you like it, please leave a comment and follow me.
Thank you.
PA Patterns Multi tickerThe scope of this script is to work as a forex scanner of pin bars and engulfing candles of the majors.
Best to use with time frames Daily and 4h, lower timeframes gives too many results and may be noisy.
Next improvement will be:
- To display in a better way the results, but actually you have to zoom in and out if some results are overlapping.
- To add allarms (this is easy).
If you are interested in it, I could implement also for cryptos.
Please let me have your feedbacks!